home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/View.h>
-
- #import "Thinker.h"
-
- @interface BackView:View
- {
- id image;
- NXRect imageRect;
- NXPoint maxCoord;
- unsigned int BVthen;
- }
-
- - initFrame:(const NXRect *) frameRect;
- - sizeTo:(NXCoord) width :(NXCoord) height;
- - drawSelf:(const NXRect *) rects :(int) rectCount;
-
- - setImageConstraints;
- - setImage:newImage;
- - (BOOL) useBufferedWindow;
- - (BOOL) timePassed:(BStimeval) delay;
-
- @end
-